Skip to main content
Version: 3.x.x

NullableType


import { NullableType } from "@hyper-fetch/core"

Description

Defined in types/helpers.types.ts:3

Preview

type NullableType<T> = T | NegativeTypes;

Structure

T | \null\ | \undefined\